home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000373_stephen.coates@ode.state.oh.us_Mon Aug 30 13:04:33 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!newsfeed.icl.net!proxad.net!postnews2.google.com!not-for-mail
  2. From: stephen.coates@ode.state.oh.us (Steve C.)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Kermit ftp/auth ssl to Novell server
  5. Date: 30 Aug 2004 06:28:28 -0700
  6. Organization: http://groups.google.com
  7. Lines: 60
  8. Message-ID: <f4830f0e.0408300528.2e7dfb99@posting.google.com>
  9. NNTP-Posting-Host: 156.63.164.180
  10. Content-Type: text/plain; charset=ISO-8859-1
  11. Content-Transfer-Encoding: 8bit
  12. X-Trace: posting.google.com 1093872508 28049 127.0.0.1 (30 Aug 2004 13:28:28 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Mon, 30 Aug 2004 13:28:28 +0000 (UTC)
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15138
  16.  
  17. I am trying to do an ftp/auth sll connection to a novell server. I can
  18. get PC based clients to work but am having issues using kermit on
  19. HPUX. The logs of the session follows:
  20.  
  21. 220 Service Ready for new User
  22. ---> AUTH SSL 
  23. 234 Enabling SSL
  24. SSL accepted as authentication type
  25. SSL DEBUG ACTIVE
  26. =>START SSL/TLS connect on COMMAND
  27. SSL_handshake:UNKWN  before/connect initialization
  28. SSL_connect:UNKWN  before/connect initialization
  29. SSL_connect:3WCH_A SSLv3 write client hello A
  30. SSL_connect:3RSH_A SSLv3 read server hello A
  31. ssl:client_verify_callback:depth=1 ok=0 err=19-self signed certificate
  32. in certificate chain
  33. [1] Certificate Subject:
  34.     OU=Organizational CA
  35.     O=ODHSTREE
  36. [1] Certificate Issuer:
  37.     OU=Organizational CA
  38.     O=ODHSTREE
  39. Warning: self signed certificate in certificate chain
  40. Certificate Issuer=
  41.     OU=Organizational CA
  42.     O=ODHSTREE
  43. Continue (Y/N)
  44. ssl:client_verify_callback => ok: 1
  45. ssl:client_verify_callback:depth=1 ok=1 err=19-self signed certificate
  46. in certificate chain
  47. ssl:client_verify_callback => ok: 1
  48. ssl:client_verify_callback:depth=0 ok=1 err=19-self signed certificate
  49. in certificate chain
  50. [0] Certificate Subject:
  51.     CN=NW-SVC-I01.ODJFS.STATE.OH.US
  52.     O=ODHSTREE
  53. [0] Certificate Issuer:
  54.     OU=Organizational CA
  55.     O=ODHSTREE
  56. ssl:client_verify_callback => ok: 1
  57. SSL_connect:3RSC_A SSLv3 read server certificate A
  58. SSL_connect:3RSD_A SSLv3 read server done A
  59. SSL_connect:3WCKEA SSLv3 write client key exchange A
  60. SSL_connect:3WCCSA SSLv3 write change cipher spec A
  61. SSL_connect:3WFINA SSLv3 write finished A
  62. SSL_connect:3FLUSH SSLv3 flush data
  63. SSL_connect:3RFINA SSLv3 read finished A
  64. SSL_handshake:SSLOK  SSL negotiation finished successfully
  65. [TLS - DES-CBC3-SHA            SSLv3 Kx=RSA      Au=RSA  Enc=3DES(168)
  66. Mac=SHA1
  67. Compression: None
  68. =>DONE SSL/TLS connect on COMMAND
  69. FTP Command channel is Private (encrypted)
  70. ---> PBSZ 0 
  71. 221 Closing Session
  72. ---> PROT P 
  73. SSL_read_alert
  74. SSL_write_alert
  75. 421 Service not available, connection closed by server
  76. ?Unable to enable encryption on data channel